mDocs Holder SDK
Toggle table of contents
6.0.0
Select version
7.0.0
6.1.2
6.1.1
6.1.0
6.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
mDocs Holder SDK
mDocs Holder SDK
/
global.mattr.mobilecredential.holder.branding
/
BrandingImage
Branding
Image
@
Serializable
(
with
=
BrandingImageSerializer::class
)
data
class
BrandingImage
(
val
format
:
String
,
val
data
:
ByteArray
)
:
CborEncodable
Represents an image used for Mobile Credential branding.
Members
Constructors
Branding
Image
Link copied to clipboard
constructor
(
format
:
String
,
data
:
ByteArray
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
format
Link copied to clipboard
val
format
:
String